gdk: Turn GdkAtom into a const char *
authorBenjamin Otte <otte@redhat.com>
Wed, 15 Nov 2017 15:57:33 +0000 (16:57 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 15 Nov 2017 18:07:17 +0000 (19:07 +0100)
commitcb941956d3f2003f6fa3551d44e42221b1345393
treefe6df862683a0a7573fa860c1887faa0a9a3d0db
parent0451c6d30c47896511e4cdfe941ef7c77e0e4be4
gdk: Turn GdkAtom into a const char *

Instead of an integer, it is now a char pointer. We also use
g_intern_string() instead of doing the interning ourselves.
gdk/gdkproperty.c
gdk/gdktypes.h
gdk/wayland/gdkselection-wayland.c